From 3302c2a12c30237a3cb23c16ad3ca9b877a80922 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 29 Jan 2016 11:25:14 -0500 Subject: [PATCH] testgeometry: Ignore deprecations All the functionality that is tested here has been deprecated recently. --- tests/testgeometry.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testgeometry.c b/tests/testgeometry.c index 0e0fff1173..0a0af12d05 100644 --- a/tests/testgeometry.c +++ b/tests/testgeometry.c @@ -21,6 +21,8 @@ #define GRID_SIZE 20 #define BORDER 6 +G_GNUC_BEGIN_IGNORE_DEPRECATIONS + static int window_count = 0; const char *geometry_string; -- 2.30.2